From 909b2f1d737c40d5672f3b94b02149c57198d681 Mon Sep 17 00:00:00 2001 From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Tue, 12 Oct 2021 10:57:14 -0600 Subject: [PATCH] don't include QStaticStringData. missed one in the previous commit. --- geojson.h | 1 - 1 file changed, 1 deletion(-) diff --git a/geojson.h b/geojson.h index f059ba7df..ec2439595 100644 --- a/geojson.h +++ b/geojson.h @@ -21,7 +21,6 @@ #include // for QJsonArray #include // for QJsonObject -#include // for QStaticStringData #include // for QString, QStringLiteral #include // for QVector -- 2.30.2